home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 21
/
Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso
/
Aminet
/
gfx
/
misc
/
VideoEasel.lha
/
Video Easel
/
CAMRexx
/
Soil.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-03-31
|
349b
|
16 lines
/* Soil-Rule idea by Toffoli, in CAMRexx by THOR */
MakeAlgorithm:
PLANEALGORITHM moore centers
return
MakePlane:
stable=(n_west | north | n_east) & ,
(s_west | south | s_east) & ,
(n_west | west | s_west) & ,
(n_east | east | s_east)
new=center & stable
SETPLANE new
return